text/template/parse.lexer.leftDelim (field)

5 uses

	text/template/parse (current package)
		lex.go#L116: 	leftDelim    string // start of action marker
		lex.go#L251: 		leftDelim:    left,
		lex.go#L271: 	if x := strings.Index(l.input[l.pos:], l.leftDelim); x >= 0 {
		lex.go#L276: 			delimEnd := l.pos + Pos(len(l.leftDelim))
		lex.go#L324: 	l.pos += Pos(len(l.leftDelim))